*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:'Plus Jakarta Sans',sans-serif;color:#fff;line-height:1.4}body{display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;background:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}main{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:700px}img{width:100%;max-width:120px;height:auto;margin-bottom:1rem}h1{font-size:clamp(2.1rem,5vw+1rem,3.75rem);font-weight:800;line-height:1.1}p{font-size:clamp(0.9rem,1.5vw+0.5rem,1.1rem);font-weight:400;opacity:.9;max-width:650px}.cta{display:inline-block;padding:1rem 2.25rem;margin-top:.5rem;background:#fff;color:#d6249f;text-decoration:none;font-weight:800;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 6px 25px rgba(0,0,0,0.15)}#cookie-banner{display:none;position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:calc(100% - 2rem);margin:0 auto;background:rgba(0,0,0,0.6);padding:1rem;border-radius:10px;align-items:center;justify-content:space-between;gap:1rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:1000;flex-direction:column;text-align:center}@media(min-width:600px){#cookie-banner{flex-direction:row;text-align:left;max-width:500px;left:50%;transform:translateX(-50%)}}#cookie-banner p{font-size:.9rem;opacity:1;margin-bottom:.75rem;line-height:1.3}@media(min-width:600px){#cookie-banner p{margin-bottom:0}}#cookie-banner button{padding:.6rem 1rem;background:#fff;color:#000;border:0;border-radius:6px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}#cookie-banner button:hover{background-color:#eee}